std::unordered_multimap::key_eq
From Cppreference
< cpp | container | unordered multimap
| key_equal key_eq() const;
| (C++11 feature) | |
Returns the function that compares keys for equality.
Contents |
[edit] Parameters
(none)
[edit] Return value
the key comparison function.
[edit] Complexity
constant
[edit] See also
| returns function used to hash the keys (public member function) | |